home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00114_Live Clips.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  308 b   |  16 lines

  1. on enterFrame
  2.   if the movieTime of sprite 3 > 0 then
  3.     sound fadeOut 1, 120
  4.     set the volume of sound 1 to 0
  5.     sound fadeOut 2, 120
  6.     set the volume of sound 2 to 0
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12.   if the movieTime of sprite 3 = the stopTime of sprite 3 then
  13.     go("Live")
  14.   end if
  15. end
  16.